home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global sceneCount, vidCredits
- if vidCredits > 0 then
- set sceneCount to sceneCount + 1
- case sceneCount of
- 1:
- go("SC1")
- 2:
- go("SC2")
- 3:
- go("SC3")
- 4:
- go("SC4")
- 5:
- go("SC5")
- 6:
- go("SC6")
- 7:
- go("SC7")
- 8:
- go("SC8")
- 9:
- go("END")
- 10:
- go("HOT1")
- 11:
- go("HOT2")
- 12:
- go("REPEAT")
- 13:
- set sceneCount to 0
- go("VIDROOM EXIT")
- end case
- end if
- end
-